Everything Totally Explained


Ask & we'll explain, totally!
Addition of natural numbers
Totally Explained


  NEW! All the latest news in the worlds of computer gaming, entertainment, the environment,  
finance, health, politics, science, stocks & shares, technology and much, much, more.  


View this entry using RSS

Everything about Addition Of Natural Numbers totally explained

Addition of natural numbers is the most basic arithmetic operation. The operation addition takes two natural numbers, the augend and addend, and produces a single number, the sum. The set of natural numbers will be denoted by N, and "0" will be used to denote the natural number which isn't the successor of any other natural number.

Notation and terms

The operation of addition, commonly written as the infix operator "+", is a function +: N × NN. For natural numbers a, b, and c, we write » a + b = c

Here, a is the augend, b is the addend, and c is the sum.

Definition

Assume that N has been defined by the Peano postulates. We let S(a) denote the successor of a.
   Addition is defined inductively by fixing the augend. In other words, we let a be any arbitrary, but fixed natural number, and we then make the following definitions:
  • a + 0 = a [A1]
  • a + S(b) = S(a + b) [A2]
By the recursion theorem, this defines a unique function "a +": NN. In words, it says that adding zero to a gives back a, and that applying the successor function to the addend has the effect of applying the successor function to the sum.
   Since a was an arbitrary natural number, we can "put together" all these functions into a single binary operation N × NN.

Properties

The following are three immediate and important properties of addition which can be deduced from the definition.
  • Associativity: for all natural numbers a, b, and c, we've » (a + b) + c = a + (b + c);, (proof)

  • Commutativity: for all natural numbers a and b, we've » a + b = b + a;, (proof)

  • Identity element: for all natural numbers a, we've » a + 0 = 0 + a = a., (proof)

    Together, these three properties show that the set of natural numbers N under addition is a commutative monoid.

    Further Information

    Get more info on 'Addition Of Natural Numbers'.


    External Link Exchanges

    Do you know how hard it is to get a link from a large encyclopaedia? Well we're different and will prove it. To get a link from us just add the following HTML to your site on a relevant page:

      <a href="http://addition_of_natural_numbers.totallyexplained.com">Addition of natural numbers Totally Explained</a>

    Then simply click through this link from your web page. Our crawlers will verify your link, extract the title of your web page and instantly add a link back to it. If you like you can remove the words Totally Explained and embed the link in article text.
       As long as your link remains in place, we'll keep our link to you right here. Please play fair - our crawlers are watching. Your site must be closely related to this one's topic. Any kind of spamming, dubious practises or removing the link will result in your link from us being dropped and, potentially, your whole site being banned.



  • Copyright © 2007-8 totallyexplained.com | Licensed under the GNU Free Documentation License | Site Map
    This article contains text from the Wikipedia article Addition of natural numbers (History) and is released under the GFDL | RSS Version